SciChart.Charting Assembly > SciChart.Charting.Model.DataSeries Namespace > IXyzDataSeries<TX,TY,TZ> Interface > InsertRange Method : InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
The index to insert at.
The X-values.
The Y-values.
The Z-values.
InsertRange(Int32,IEnumerable<TX>,IEnumerable<TY>,IEnumerable<TZ>) Method
Inserts a collection of X, Y and Z points at the specified index, automatically triggering a redraw.
Syntax

Parameters

startIndex
The index to insert at.
x
The X-values.
y
The Y-values.
z
The Z-values.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also